home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / Shells / zsh / Source / help / let < prev    next >
Encoding:
Text File  |  1993-10-08  |  308 b   |  7 lines

  1.        let arg ...
  2.               Evaluate each arg as an arithmetic expression.  See
  3.               ARITHMETIC EVALUATION above for  a  description  of
  4.               arithmetic  expressions.   The  exit status is 0 if
  5.               the value of the last expression is nonzero, and  1
  6.               otherwise.
  7.